home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2002 October / maximum-cd-2002-10.iso / Software / Apps / CoffeeHTML93.exe / %MAINDIR% / Snippets / Page Forwarding.snp < prev    next >
Encoding:
Text File  |  2002-08-07  |  226 b   |  10 lines

  1. <!--Client Pull- (jumping to another page automatically)
  2.  
  3. The 1 is the time delay (you can change this)
  4. and the URL is of course where you want to jump to.-->
  5.  
  6.  
  7.  
  8. <META HTTP-EQUIV=REFRESH CONTENT="1; URL=page2.html">
  9.  
  10.